• frmStaffPayment.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStaffPayment
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStaffPayment))
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.txtID1 = New System.Windows.Forms.TextBox()
34         Me.txtSalary = New System.Windows.Forms.TextBox()
35         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
36         Me.StaffID = New System.Windows.Forms.TextBox()
37         Me.PaymentID = New System.Windows.Forms.TextBox()
38         Me.Label19 = New System.Windows.Forms.Label()
39         Me.PresentDays = New System.Windows.Forms.TextBox()
40         Me.Label18 = New System.Windows.Forms.Label()
41         Me.Designation = New System.Windows.Forms.TextBox()
42         Me.Label16 = New System.Windows.Forms.Label()
43         Me.PaymentModeDetails = New System.Windows.Forms.TextBox()
44         Me.Label15 = New System.Windows.Forms.Label()
45         Me.Advance = New System.Windows.Forms.TextBox()
46         Me.Label14 = New System.Windows.Forms.Label()
47         Me.NetPay = New System.Windows.Forms.TextBox()
48         Me.PaymentDate = New System.Windows.Forms.DateTimePicker()
49         Me.Deduction = New System.Windows.Forms.TextBox()
50         Me.Salary = New System.Windows.Forms.TextBox()
51         Me.paymentmode = New System.Windows.Forms.ComboBox()
52         Me.StaffName = New System.Windows.Forms.TextBox()
53         Me.Label8 = New System.Windows.Forms.Label()
54         Me.Label5 = New System.Windows.Forms.Label()
55         Me.Label6 = New System.Windows.Forms.Label()
56         Me.Label7 = New System.Windows.Forms.Label()
57         Me.Label9 = New System.Windows.Forms.Label()
58         Me.Label4 = New System.Windows.Forms.Label()
59         Me.Label2 = New System.Windows.Forms.Label()
60         Me.groupBox3 = New System.Windows.Forms.GroupBox()
61         Me.DateTo = New System.Windows.Forms.DateTimePicker()
62         Me.DateFrom = New System.Windows.Forms.DateTimePicker()
63         Me.Label11 = New System.Windows.Forms.Label()
64         Me.Label12 = New System.Windows.Forms.Label()
65         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
66         Me.txtStaff = New System.Windows.Forms.TextBox()
67         Me.dgw = New System.Windows.Forms.DataGridView()
68         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
70         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
71         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
72         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
73         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
74         Me.txtStID = New System.Windows.Forms.TextBox()
75         Me.lblUser = New System.Windows.Forms.Label()
76         Me.Panel4 = New System.Windows.Forms.Panel()
77         Me.btnPrint = New System.Windows.Forms.Button()
78         Me.btnGetData = New System.Windows.Forms.Button()
79         Me.btnDelete = New System.Windows.Forms.Button()
80         Me.btnClose = New System.Windows.Forms.Button()
81         Me.btnUpdate = New System.Windows.Forms.Button()
82         Me.btnSave = New System.Windows.Forms.Button()
83         Me.btnNew = New System.Windows.Forms.Button()
84         Me.txtID = New System.Windows.Forms.TextBox()
85         Me.Panel2 = New System.Windows.Forms.Panel()
86         Me.Label1 = New System.Windows.Forms.Label()
87         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
88         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
89         Me.Panel1.SuspendLayout()
90         Me.GroupBox2.SuspendLayout()
91         Me.groupBox3.SuspendLayout()
92         Me.GroupBox1.SuspendLayout()
93         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
94         Me.Panel4.SuspendLayout()
95         Me.Panel2.SuspendLayout()
96         Me.SuspendLayout()
97         
'
98         
'Panel1
99         
'
100         Me.Panel1.BackColor = System.Drawing.Color.White
101         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
102         Me.Panel1.Controls.Add(Me.txtID1)
103         Me.Panel1.Controls.Add(Me.txtSalary)
104         Me.Panel1.Controls.Add(Me.GroupBox2)
105         Me.Panel1.Controls.Add(Me.groupBox3)
106         Me.Panel1.Controls.Add(Me.GroupBox1)
107         Me.Panel1.Controls.Add(Me.dgw)
108         Me.Panel1.Controls.Add(Me.txtStID)
109         Me.Panel1.Controls.Add(Me.lblUser)
110         Me.Panel1.Controls.Add(Me.Panel4)
111         Me.Panel1.Controls.Add(Me.txtID)
112         Me.Panel1.Controls.Add(Me.Panel2)
113         Me.Panel1.Location = New System.Drawing.Point(
13, 17)
114         Me.Panel1.Name =
"Panel1"
115         Me.Panel1.Size = New System.Drawing.Size(
870, 513)
116         Me.Panel1.TabIndex =
2
117         
'
118         
'txtID1
119         
'
120         Me.txtID1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.txtID1.Location = New System.Drawing.Point(
743, 337)
122         Me.txtID1.Name =
"txtID1"
123         Me.txtID1.Size = New System.Drawing.Size(
71, 20)
124         Me.txtID1.TabIndex =
303
125         Me.txtID1.Visible = False
126         
'
127         
'txtSalary
128         
'
129         Me.txtSalary.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
130         Me.txtSalary.Location = New System.Drawing.Point(
743, 364)
131         Me.txtSalary.Name =
"txtSalary"
132         Me.txtSalary.Size = New System.Drawing.Size(
71, 20)
133         Me.txtSalary.TabIndex =
302
134         Me.txtSalary.Visible = False
135         
'
136         
'GroupBox2
137         
'
138         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
139         Me.GroupBox2.Controls.Add(Me.StaffID)
140         Me.GroupBox2.Controls.Add(Me.PaymentID)
141         Me.GroupBox2.Controls.Add(Me.Label19)
142         Me.GroupBox2.Controls.Add(Me.PresentDays)
143         Me.GroupBox2.Controls.Add(Me.Label18)
144         Me.GroupBox2.Controls.Add(Me.Designation)
145         Me.GroupBox2.Controls.Add(Me.Label16)
146         Me.GroupBox2.Controls.Add(Me.PaymentModeDetails)
147         Me.GroupBox2.Controls.Add(Me.Label15)
148         Me.GroupBox2.Controls.Add(Me.Advance)
149         Me.GroupBox2.Controls.Add(Me.Label14)
150         Me.GroupBox2.Controls.Add(Me.NetPay)
151         Me.GroupBox2.Controls.Add(Me.PaymentDate)
152         Me.GroupBox2.Controls.Add(Me.Deduction)
153         Me.GroupBox2.Controls.Add(Me.Salary)
154         Me.GroupBox2.Controls.Add(Me.paymentmode)
155         Me.GroupBox2.Controls.Add(Me.StaffName)
156         Me.GroupBox2.Controls.Add(Me.Label8)
157         Me.GroupBox2.Controls.Add(Me.Label5)
158         Me.GroupBox2.Controls.Add(Me.Label6)
159         Me.GroupBox2.Controls.Add(Me.Label7)
160         Me.GroupBox2.Controls.Add(Me.Label9)
161         Me.GroupBox2.Controls.Add(Me.Label4)
162         Me.GroupBox2.Controls.Add(Me.Label2)
163         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
164         Me.GroupBox2.Location = New System.Drawing.Point(
9, 153)
165         Me.GroupBox2.Name =
"GroupBox2"
166         Me.GroupBox2.Size = New System.Drawing.Size(
423, 343)
167         Me.GroupBox2.TabIndex =
0
168         Me.GroupBox2.TabStop = False
169         
'
170         
'StaffID
171         
'
172         Me.StaffID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
173         Me.StaffID.Location = New System.Drawing.Point(
169, 47)
174         Me.StaffID.Name =
"StaffID"
175         Me.StaffID.ReadOnly = True
176         Me.StaffID.Size = New System.Drawing.Size(
101, 20)
177         Me.StaffID.TabIndex =
1
178         
'
179         
'PaymentID
180         
'
181         Me.PaymentID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         Me.PaymentID.Location = New System.Drawing.Point(
169, 21)
183         Me.PaymentID.Name =
"PaymentID"
184         Me.PaymentID.ReadOnly = True
185         Me.PaymentID.Size = New System.Drawing.Size(
101, 20)
186         Me.PaymentID.TabIndex =
0
187         
'
188         
'Label19
189         
'
190         Me.Label19.AutoSize = True
191         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
192         Me.Label19.Location = New System.Drawing.Point(
26, 21)
193         Me.Label19.Name =
"Label19"
194         Me.Label19.Size = New System.Drawing.Size(
68, 13)
195         Me.Label19.TabIndex =
50
196         Me.Label19.Text =
"Payment ID :"
197         
'
198         
'PresentDays
199         
'
200         Me.PresentDays.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.PresentDays.Location = New System.Drawing.Point(
169, 125)
202         Me.PresentDays.Name =
"PresentDays"
203         Me.PresentDays.ReadOnly = True
204         Me.PresentDays.Size = New System.Drawing.Size(
83, 20)
205         Me.PresentDays.TabIndex =
4
206         Me.PresentDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
207         
'
208         
'Label18
209         
'
210         Me.Label18.AutoSize = True
211         Me.Label18.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
212         Me.Label18.Location = New System.Drawing.Point(
26, 125)
213         Me.Label18.Name =
"Label18"
214         Me.Label18.Size = New System.Drawing.Size(
76, 13)
215         Me.Label18.TabIndex =
45
216         Me.Label18.Text =
"Present Days :"
217         
'
218         
'Designation
219         
'
220         Me.Designation.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
221         Me.Designation.Location = New System.Drawing.Point(
169, 99)
222         Me.Designation.Name =
"Designation"
223         Me.Designation.ReadOnly = True
224         Me.Designation.Size = New System.Drawing.Size(
201, 20)
225         Me.Designation.TabIndex =
3
226         
'
227         
'Label16
228         
'
229         Me.Label16.AutoSize = True
230         Me.Label16.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
231         Me.Label16.Location = New System.Drawing.Point(
26, 99)
232         Me.Label16.Name =
"Label16"
233         Me.Label16.Size = New System.Drawing.Size(
69, 13)
234         Me.Label16.TabIndex =
43
235         Me.Label16.Text =
"Designation :"
236         
'
237         
'PaymentModeDetails
238         
'
239         Me.PaymentModeDetails.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
240         Me.PaymentModeDetails.Location = New System.Drawing.Point(
169, 280)
241         Me.PaymentModeDetails.Name =
"PaymentModeDetails"
242         Me.PaymentModeDetails.Size = New System.Drawing.Size(
237, 20)
243         Me.PaymentModeDetails.TabIndex =
10
244         
'
245         
'Label15
246         
'
247         Me.Label15.AutoSize = True
248         Me.Label15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
249         Me.Label15.Location = New System.Drawing.Point(
27, 280)
250         Me.Label15.Name =
"Label15"
251         Me.Label15.Size = New System.Drawing.Size(
119, 13)
252         Me.Label15.TabIndex =
35
253         Me.Label15.Text =
"Payment Mode Details :"
254         
'
255         
'Advance
256         
'
257         Me.Advance.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
258         Me.Advance.Location = New System.Drawing.Point(
169, 175)
259         Me.Advance.Name =
"Advance"
260         Me.Advance.ReadOnly = True
261         Me.Advance.Size = New System.Drawing.Size(
83, 20)
262         Me.Advance.TabIndex =
6
263         Me.Advance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
264         
'
265         
'Label14
266         
'
267         Me.Label14.AutoSize = True
268         Me.Label14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         Me.Label14.Location = New System.Drawing.Point(
27, 175)
270         Me.Label14.Name =
"Label14"
271         Me.Label14.Size = New System.Drawing.Size(
56, 13)
272         Me.Label14.TabIndex =
32
273         Me.Label14.Text =
"Advance :"
274         
'
275         
'NetPay
276         
'
277         Me.NetPay.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
278         Me.NetPay.Location = New System.Drawing.Point(
169, 305)
279         Me.NetPay.Name =
"NetPay"
280         Me.NetPay.ReadOnly = True
281         Me.NetPay.Size = New System.Drawing.Size(
83, 20)
282         Me.NetPay.TabIndex =
11
283         Me.NetPay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
284         
'
285         
'PaymentDate
286         
'
287         Me.PaymentDate.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
288         Me.PaymentDate.CustomFormat =
"dd/MMM/yyyy"
289         Me.PaymentDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
290         Me.PaymentDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
291         Me.PaymentDate.Location = New System.Drawing.Point(
169, 227)
292         Me.PaymentDate.Name =
"PaymentDate"
293         Me.PaymentDate.Size = New System.Drawing.Size(
120, 20)
294         Me.PaymentDate.TabIndex =
8
295         
'
296         
'Deduction
297         
'
298         Me.Deduction.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
299         Me.Deduction.Location = New System.Drawing.Point(
169, 201)
300         Me.Deduction.Name =
"Deduction"
301         Me.Deduction.Size = New System.Drawing.Size(
83, 20)
302         Me.Deduction.TabIndex =
7
303         Me.Deduction.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
304         
'
305         
'Salary
306         
'
307         Me.Salary.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
308         Me.Salary.Location = New System.Drawing.Point(
169, 151)
309         Me.Salary.Name =
"Salary"
310         Me.Salary.ReadOnly = True
311         Me.Salary.Size = New System.Drawing.Size(
83, 20)
312         Me.Salary.TabIndex =
5
313         Me.Salary.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
314         
'
315         
'paymentmode
316         
'
317         Me.paymentmode.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
318         Me.paymentmode.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
319         Me.paymentmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
320         Me.paymentmode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
321         Me.paymentmode.FormattingEnabled = True
322         Me.paymentmode.Items.AddRange(New Object() {
"By Cash", "By Cheque", "By DD", "Online"})
323         Me.paymentmode.Location = New System.Drawing.Point(
169, 253)
324         Me.paymentmode.Name =
"paymentmode"
325         Me.paymentmode.Size = New System.Drawing.Size(
120, 21)
326         Me.paymentmode.TabIndex =
9
327         
'
328         
'StaffName
329         
'
330         Me.StaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
331         Me.StaffName.Location = New System.Drawing.Point(
169, 73)
332         Me.StaffName.Name =
"StaffName"
333         Me.StaffName.ReadOnly = True
334         Me.StaffName.Size = New System.Drawing.Size(
201, 20)
335         Me.StaffName.TabIndex =
2
336         
'
337         
'Label8
338         
'
339         Me.Label8.AutoSize = True
340         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
341         Me.Label8.Location = New System.Drawing.Point(
27, 305)
342         Me.Label8.Name =
"Label8"
343         Me.Label8.Size = New System.Drawing.Size(
51, 13)
344         Me.Label8.TabIndex =
17
345         Me.Label8.Text =
"Net Pay :"
346         
'
347         
'Label5
348         
'
349         Me.Label5.AutoSize = True
350         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
351         Me.Label5.Location = New System.Drawing.Point(
27, 201)
352         Me.Label5.Name =
"Label5"
353         Me.Label5.Size = New System.Drawing.Size(
62, 13)
354         Me.Label5.TabIndex =
14
355         Me.Label5.Text =
"Deduction :"
356         
'
357         
'Label6
358         
'
359         Me.Label6.AutoSize = True
360         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
361         Me.Label6.Location = New System.Drawing.Point(
27, 151)
362         Me.Label6.Name =
"Label6"
363         Me.Label6.Size = New System.Drawing.Size(
71, 13)
364         Me.Label6.TabIndex =
15
365         Me.Label6.Text =
"Basic Salary :"
366         
'
367         
'Label7
368         
'
369         Me.Label7.AutoSize = True
370         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
371         Me.Label7.Location = New System.Drawing.Point(
27, 227)
372         Me.Label7.Name =
"Label7"
373         Me.Label7.Size = New System.Drawing.Size(
80, 13)
374         Me.Label7.TabIndex =
16
375         Me.Label7.Text =
"Payment Date :"
376         
'
377         
'Label9
378         
'
379         Me.Label9.AutoSize = True
380         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
381         Me.Label9.Location = New System.Drawing.Point(
26, 47)
382         Me.Label9.Name =
"Label9"
383         Me.Label9.Size = New System.Drawing.Size(
49, 13)
384         Me.Label9.TabIndex =
11
385         Me.Label9.Text =
"Staff ID :"
386         
'
387         
'Label4
388         
'
389         Me.Label4.AutoSize = True
390         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
391         Me.Label4.Location = New System.Drawing.Point(
27, 253)
392         Me.Label4.Name =
"Label4"
393         Me.Label4.Size = New System.Drawing.Size(
98, 13)
394         Me.Label4.TabIndex =
13
395         Me.Label4.Text =
"Mode Of Payment :"
396         
'
397         
'Label2
398         
'
399         Me.Label2.AutoSize = True
400         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
401         Me.Label2.Location = New System.Drawing.Point(
26, 73)
402         Me.Label2.Name =
"Label2"
403         Me.Label2.Size = New System.Drawing.Size(
66, 13)
404         Me.Label2.TabIndex =
10
405         Me.Label2.Text =
"Staff Name :"
406         
'
407         
'groupBox3
408         
'
409         Me.groupBox3.BackColor = System.Drawing.Color.Transparent
410         Me.groupBox3.Controls.Add(Me.DateTo)
411         Me.groupBox3.Controls.Add(Me.DateFrom)
412         Me.groupBox3.Controls.Add(Me.Label11)
413         Me.groupBox3.Controls.Add(Me.Label12)
414         Me.groupBox3.Location = New System.Drawing.Point(
9, 75)
415         Me.groupBox3.Name =
"groupBox3"
416         Me.groupBox3.Size = New System.Drawing.Size(
306, 75)
417         Me.groupBox3.TabIndex =
0
418         Me.groupBox3.TabStop = False
419         Me.groupBox3.Text =
"Payment"
420         
'
421         
'DateTo
422         
'
423         Me.DateTo.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
424         Me.DateTo.CustomFormat =
"dd/MMM/yyyy"
425         Me.DateTo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
426         Me.DateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
427         Me.DateTo.Location = New System.Drawing.Point(
169, 39)
428         Me.DateTo.Name =
"DateTo"
429         Me.DateTo.Size = New System.Drawing.Size(
120, 20)
430         Me.DateTo.TabIndex =
1
431         
'
432         
'DateFrom
433         
'
434         Me.DateFrom.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
435         Me.DateFrom.CustomFormat =
"dd/MMM/yyyy"
436         Me.DateFrom.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
437         Me.DateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
438         Me.DateFrom.Location = New System.Drawing.Point(
29, 39)
439         Me.DateFrom.Name =
"DateFrom"
440         Me.DateFrom.Size = New System.Drawing.Size(
114, 20)
441         Me.DateFrom.TabIndex =
0
442         
'
443         
'Label11
444         
'
445         Me.Label11.AutoSize = True
446         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
447         Me.Label11.Location = New System.Drawing.Point(
27, 16)
448         Me.Label11.Name =
"Label11"
449         Me.Label11.Size = New System.Drawing.Size(
36, 13)
450         Me.Label11.TabIndex =
9
451         Me.Label11.Text =
"From :"
452         
'
453         
'Label12
454         
'
455         Me.Label12.AutoSize = True
456         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
457         Me.Label12.Location = New System.Drawing.Point(
166, 16)
458         Me.Label12.Name =
"Label12"
459         Me.Label12.Size = New System.Drawing.Size(
26, 13)
460         Me.Label12.TabIndex =
10
461         Me.Label12.Text =
"To :"
462         
'
463         
'GroupBox1
464         
'
465         Me.GroupBox1.Controls.Add(Me.txtStaff)
466         Me.GroupBox1.Location = New System.Drawing.Point(
449, 99)
467         Me.GroupBox1.Name =
"GroupBox1"
468         Me.GroupBox1.Size = New System.Drawing.Size(
193, 54)
469         Me.GroupBox1.TabIndex =
299
470         Me.GroupBox1.TabStop = False
471         Me.GroupBox1.Text =
"Search by Staff Name"
472         
'
473         
'txtStaff
474         
'
475         Me.txtStaff.Location = New System.Drawing.Point(
17, 21)
476         Me.txtStaff.Name =
"txtStaff"
477         Me.txtStaff.Size = New System.Drawing.Size(
158, 20)
478         Me.txtStaff.TabIndex =
298
479         
'
480         
'dgw
481         
'
482         Me.dgw.AllowUserToAddRows = False
483         Me.dgw.AllowUserToDeleteRows = False
484         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
485         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
486         Me.dgw.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
487             Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
488         Me.dgw.BackgroundColor = System.Drawing.Color.White
489         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
490         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
491         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
492         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
493         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
494         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
495         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
496         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
497         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
498         Me.dgw.ColumnHeadersHeight =
24
499         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column5, Me.Column6, Me.Column4})
500         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
501         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
502         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
503         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
504         DataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(
64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
505         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
506         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
507         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
508         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
509         Me.dgw.EnableHeadersVisualStyles = False
510         Me.dgw.GridColor = System.Drawing.Color.White
511         Me.dgw.Location = New System.Drawing.Point(
449, 159)
512         Me.dgw.MultiSelect = False
513         Me.dgw.Name =
"dgw"
514         Me.dgw.ReadOnly = True
515         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
516         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
517         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
518         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
519         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
520         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
521         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
522         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
523         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
524         Me.dgw.RowHeadersWidth =
25
525         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
526         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
527         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
528         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
529         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
530         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
531         Me.dgw.RowTemplate.Height =
18
532         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
533         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
534         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
535         Me.dgw.Size = New System.Drawing.Size(
278, 337)
536         Me.dgw.TabIndex =
295
537         
'
538         
'Column1
539         
'
540         Me.Column1.HeaderText =
"Id"
541         Me.Column1.Name =
"Column1"
542         Me.Column1.ReadOnly = True
543         Me.Column1.Visible = False
544         
'
545         
'Column2
546         
'
547         Me.Column2.HeaderText =
"Staff ID"
548         Me.Column2.Name =
"Column2"
549         Me.Column2.ReadOnly = True
550         
'
551         
'Column3
552         
'
553         Me.Column3.HeaderText =
"Staff Name"
554         Me.Column3.Name =
"Column3"
555         Me.Column3.ReadOnly = True
556         Me.Column3.Width =
150
557         
'
558         
'Column5
559         
'
560         Me.Column5.HeaderText =
"Department"
561         Me.Column5.Name =
"Column5"
562         Me.Column5.ReadOnly = True
563         Me.Column5.Visible = False
564         
'
565         
'Column6
566         
'
567         Me.Column6.HeaderText =
"Designation"
568         Me.Column6.Name =
"Column6"
569         Me.Column6.ReadOnly = True
570         Me.Column6.Visible = False
571         
'
572         
'Column4
573         
'
574         Me.Column4.HeaderText =
"Basic Working Time"
575         Me.Column4.Name =
"Column4"
576         Me.Column4.ReadOnly = True
577         Me.Column4.Visible = False
578         
'
579         
'txtStID
580         
'
581         Me.txtStID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
582         Me.txtStID.Location = New System.Drawing.Point(
743, 390)
583         Me.txtStID.Name =
"txtStID"
584         Me.txtStID.Size = New System.Drawing.Size(
71, 20)
585         Me.txtStID.TabIndex =
294
586         Me.txtStID.Visible = False
587         
'
588         
'lblUser
589         
'
590         Me.lblUser.AutoSize = True
591         Me.lblUser.Location = New System.Drawing.Point(
740, 439)
592         Me.lblUser.Name =
"lblUser"
593         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
594         Me.lblUser.TabIndex =
293
595         Me.lblUser.Text =
"Label8"
596         Me.lblUser.Visible = False
597         
'
598         
'Panel4
599         
'
600         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
601         Me.Panel4.Controls.Add(Me.btnPrint)
602         Me.Panel4.Controls.Add(Me.btnGetData)
603         Me.Panel4.Controls.Add(Me.btnDelete)
604         Me.Panel4.Controls.Add(Me.btnClose)
605         Me.Panel4.Controls.Add(Me.btnUpdate)
606         Me.Panel4.Controls.Add(Me.btnSave)
607         Me.Panel4.Controls.Add(Me.btnNew)
608         Me.Panel4.Location = New System.Drawing.Point(
743, 99)
609         Me.Panel4.Name =
"Panel4"
610         Me.Panel4.Size = New System.Drawing.Size(
111, 232)
611         Me.Panel4.TabIndex =
1
612         
'
613         
'btnPrint
614         
'
615         Me.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand
616         Me.btnPrint.Enabled = False
617         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
618         Me.btnPrint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
619         Me.btnPrint.Location = New System.Drawing.Point(
13, 164)
620         Me.btnPrint.Name =
"btnPrint"
621         Me.btnPrint.Size = New System.Drawing.Size(
82, 28)
622         Me.btnPrint.TabIndex =
6
623         Me.btnPrint.Text =
"Print"
624         Me.btnPrint.UseVisualStyleBackColor = True
625         
'
626         
'btnGetData
627         
'
628         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
629         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
630         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
631         Me.btnGetData.Location = New System.Drawing.Point(
13, 133)
632         Me.btnGetData.Name =
"btnGetData"
633         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
634         Me.btnGetData.TabIndex =
4
635         Me.btnGetData.Text =
"Get Data"
636         Me.btnGetData.UseVisualStyleBackColor = True
637         
'
638         
'btnDelete
639         
'
640         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
641         Me.btnDelete.Enabled = False
642         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
643         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
644         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
645         Me.btnDelete.Name =
"btnDelete"
646         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
647         Me.btnDelete.TabIndex =
3
648         Me.btnDelete.Text =
"Delete"
649         Me.btnDelete.UseVisualStyleBackColor = True
650         
'
651         
'btnClose
652         
'
653         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
654         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
655         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
656         Me.btnClose.Location = New System.Drawing.Point(
13, 195)
657         Me.btnClose.Name =
"btnClose"
658         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
659         Me.btnClose.TabIndex =
5
660         Me.btnClose.Text =
"Close"
661         Me.btnClose.UseVisualStyleBackColor = True
662         
'
663         
'btnUpdate
664         
'
665         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
666         Me.btnUpdate.Enabled = False
667         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
668         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
669         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
670         Me.btnUpdate.Name =
"btnUpdate"
671         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
672         Me.btnUpdate.TabIndex =
2
673         Me.btnUpdate.Text =
"Update"
674         Me.btnUpdate.UseVisualStyleBackColor = True
675         
'
676         
'btnSave
677         
'
678         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
679         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
680         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
681         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
682         Me.btnSave.Name =
"btnSave"
683         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
684         Me.btnSave.TabIndex =
1
685         Me.btnSave.Text =
"Save + Print"
686         Me.btnSave.UseVisualStyleBackColor = True
687         
'
688         
'btnNew
689         
'
690         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
691         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
692         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
693         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
694         Me.btnNew.Name =
"btnNew"
695         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
696         Me.btnNew.TabIndex =
0
697         Me.btnNew.Text =
"New"
698         Me.btnNew.UseVisualStyleBackColor = True
699         
'
700         
'txtID
701         
'
702         Me.txtID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
703         Me.txtID.Location = New System.Drawing.Point(
743, 416)
704         Me.txtID.Name =
"txtID"
705         Me.txtID.Size = New System.Drawing.Size(
71, 20)
706         Me.txtID.TabIndex =
292
707         Me.txtID.Visible = False
708         
'
709         
'Panel2
710         
'
711         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
712         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
713         Me.Panel2.Controls.Add(Me.Label1)
714         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
715         Me.Panel2.Name =
"Panel2"
716         Me.Panel2.Size = New System.Drawing.Size(
845, 62)
717         Me.Panel2.TabIndex =
0
718         
'
719         
'Label1
720         
'
721         Me.Label1.AutoSize = True
722         Me.Label1.BackColor = System.Drawing.Color.Transparent
723         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
724         Me.Label1.ForeColor = System.Drawing.Color.White
725         Me.Label1.Location = New System.Drawing.Point(
327, 15)
726         Me.Label1.Name =
"Label1"
727         Me.Label1.Size = New System.Drawing.Size(
144, 24)
728         Me.Label1.TabIndex =
0
729         Me.Label1.Text =
"Payment Entry"
730         
'
731         
'OpenFileDialog1
732         
'
733         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
734         
'
735         
'Timer1
736         
'
737         
'
738         
'frmStaffPayment
739         
'
740         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
741         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
742         Me.BackColor = System.Drawing.Color.DarkSlateGray
743         Me.ClientSize = New System.Drawing.Size(
896, 539)
744         Me.Controls.Add(Me.Panel1)
745         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
746         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
747         Me.MaximizeBox = False
748         Me.MinimizeBox = False
749         Me.Name =
"frmStaffPayment"
750         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
751         Me.Panel1.ResumeLayout(False)
752         Me.Panel1.PerformLayout()
753         Me.GroupBox2.ResumeLayout(False)
754         Me.GroupBox2.PerformLayout()
755         Me.groupBox3.ResumeLayout(False)
756         Me.groupBox3.PerformLayout()
757         Me.GroupBox1.ResumeLayout(False)
758         Me.GroupBox1.PerformLayout()
759         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
760         Me.Panel4.ResumeLayout(False)
761         Me.Panel2.ResumeLayout(False)
762         Me.Panel2.PerformLayout()
763         Me.ResumeLayout(False)
764
765     End Sub
766     Friend WithEvents Panel1 As System.Windows.Forms.Panel
767     Friend WithEvents Panel2 As System.Windows.Forms.Panel
768     Friend WithEvents Label1 As System.Windows.Forms.Label
769     Friend WithEvents Panel4 As System.Windows.Forms.Panel
770     Friend WithEvents btnDelete As System.Windows.Forms.Button
771     Friend WithEvents btnClose As System.Windows.Forms.Button
772     Friend WithEvents btnUpdate As System.Windows.Forms.Button
773     Friend WithEvents btnSave As System.Windows.Forms.Button
774     Friend WithEvents btnNew As System.Windows.Forms.Button
775     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
776     Friend WithEvents Timer1 As System.Windows.Forms.Timer
777     Friend WithEvents txtID As System.Windows.Forms.TextBox
778     Friend WithEvents lblUser As System.Windows.Forms.Label
779     Friend WithEvents btnGetData As System.Windows.Forms.Button
780     Friend WithEvents dgw As System.Windows.Forms.DataGridView
781     Friend WithEvents txtStID As System.Windows.Forms.TextBox
782     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
783     Friend WithEvents txtStaff As System.Windows.Forms.TextBox
784     Friend WithEvents groupBox3 As System.Windows.Forms.GroupBox
785     Friend WithEvents DateTo As System.Windows.Forms.DateTimePicker
786     Friend WithEvents DateFrom As System.Windows.Forms.DateTimePicker
787     Friend WithEvents Label11 As System.Windows.Forms.Label
788     Friend WithEvents Label12 As System.Windows.Forms.Label
789     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
790     Friend WithEvents PaymentID As System.Windows.Forms.TextBox
791     Friend WithEvents Label19 As System.Windows.Forms.Label
792     Friend WithEvents PresentDays As System.Windows.Forms.TextBox
793     Friend WithEvents Label18 As System.Windows.Forms.Label
794     Friend WithEvents Designation As System.Windows.Forms.TextBox
795     Friend WithEvents Label16 As System.Windows.Forms.Label
796     Public WithEvents PaymentModeDetails As System.Windows.Forms.TextBox
797     Friend WithEvents Label15 As System.Windows.Forms.Label
798     Friend WithEvents Advance As System.Windows.Forms.TextBox
799     Friend WithEvents Label14 As System.Windows.Forms.Label
800     Friend WithEvents NetPay As System.Windows.Forms.TextBox
801     Friend WithEvents PaymentDate As System.Windows.Forms.DateTimePicker
802     Friend WithEvents Deduction As System.Windows.Forms.TextBox
803     Friend WithEvents Salary As System.Windows.Forms.TextBox
804     Friend WithEvents paymentmode As System.Windows.Forms.ComboBox
805     Friend WithEvents StaffName As System.Windows.Forms.TextBox
806     Friend WithEvents Label8 As System.Windows.Forms.Label
807     Friend WithEvents Label5 As System.Windows.Forms.Label
808     Friend WithEvents Label6 As System.Windows.Forms.Label
809     Friend WithEvents Label7 As System.Windows.Forms.Label
810     Friend WithEvents Label9 As System.Windows.Forms.Label
811     Friend WithEvents Label4 As System.Windows.Forms.Label
812     Friend WithEvents Label2 As System.Windows.Forms.Label
813     Friend WithEvents StaffID As System.Windows.Forms.TextBox
814     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
815     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
816     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
817     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
818     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
819     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
820     Friend WithEvents txtSalary As System.Windows.Forms.TextBox
821     Friend WithEvents btnPrint As System.Windows.Forms.Button
822     Friend WithEvents txtID1 As System.Windows.Forms.TextBox
823
824 End Class


Gõ tìm kiếm nhanh...